From 361a799f95674a07065091c48852c60d64ce18e1 Mon Sep 17 00:00:00 2001 From: Jochen Sprickerhof Date: Mon, 13 Oct 2014 00:03:50 +0200 Subject: [PATCH] Clean up debian/rules --- debian/rules | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/debian/rules b/debian/rules index 83dadcd8..6e0714fb 100755 --- a/debian/rules +++ b/debian/rules @@ -15,11 +15,9 @@ CXXFLAGS+=$(CPPFLAGS) DEB_HOST_MULTIARCH ?= $(shell dpkg-architecture -qDEB_HOST_MULTIARCH) .PHONY: override_dh_auto_configure \ - override_dh_auto_build \ override_dh_install \ override_dh_installchangelogs \ - override_dh_strip \ - override_dh_shlibdeps + override_dh_strip override_dh_auto_configure: dh_auto_configure -- \ @@ -36,10 +34,6 @@ override_dh_auto_configure: -DBUILD_apps_point_cloud_editor=ON -DBUILD_apps_in_hand_scanner=ON \ -DWITH_DOCS=ON -override_dh_auto_build: - dh_auto_build -- # Compile the software. - dh_auto_build -- doc # Generate Doxygen HTML documentation. - override_dh_install: mkdir -p debian/tmp/usr/share/doc/libpcl1.7-dbg && cp debian/README.Debug debian/tmp/usr/share/doc/libpcl1.7-dbg/ -- 2.30.2